home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / bipl.zip / READ.ME < prev    next >
Text File  |  1993-02-08  |  848b  |  20 lines

  1. To build the library, first translate the procedures (in procs and xprocs)
  2. using the batch scripts ucode.bat and xucode.bat.  Next set your IPATH
  3. environment variable so that the procedures can be located when the
  4. programs (progs and xprogs) are compiled.  If everything is left in
  5. place, this will do
  6.  
  7.     set IPATH=..\procs ..\xprocs
  8.  
  9. Then use the batch scripts icode.bat and xicode.bat.  (If you are
  10. not building the X-Icon portion of the program library, the portions
  11. with the "x" prefix can be left out.)
  12.  
  13. Information for building the separate packages is contained in their
  14. directories.
  15.  
  16. After all this is done, you can move the icode (.icx) files from
  17. progs and xprogs to a convenient place accessible via PATH.  The ucode
  18. (.u1 and .u2) files from procs and xprocs can be moved to a
  19. convenient location assessible via IPATH.
  20.